From f8a57baecfbfa62e5c0ef4281af42fa70d66499e Mon Sep 17 00:00:00 2001 From: Mary Strodl Date: Thu, 30 Jan 2025 14:20:20 -0500 Subject: [PATCH] Cargo: bump MSRV, need c-string literals Signed-off-by: Colin Walters --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6816b605..14498685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" -rust-version = "1.70.0" +rust-version = "1.77.0" version = "0.20.0" include = [ -- 2.30.2